home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global mnv, advance, ppl, foes
- set the member of sprite getAt(ppl, 1) to member(1, 2)
- setAt(mnv, 1, 1)
- set the keyDownScript to EMPTY
- set the keyUpScript to "hiplace"
- if advance < 12 then
- foes3(getAt(foes, 1), getAt(ppl, 2))
- foes3(getAt(foes, 2), getAt(ppl, 3))
- foes3(getAt(foes, 3), getAt(ppl, 4))
- end if
- set the constraint of sprite 10 to 0
- set the constraint of sprite 11 to 0
- set the constraint of sprite 12 to 0
- set the constraint of sprite 13 to 0
- set the locV of sprite getAt(ppl, 1) to 198
- end
-